home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life: SuperPac
/
SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO
/
pc
/
demos
/
nile
/
senet.exe
/
senet.DXR
/
00036_Roll Dice and Check for First Player (Player One).ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-05-04
|
232 b
|
8 lines
on mouseUp
global theSenetGame
if not (the playerMoving of theSenetGame = the computerPlayer of theSenetGame) and (the playerMoving of theSenetGame = 1) then
rollDice(theSenetGame)
checkForOne(theSenetGame)
end if
end